From 45f6f399f5e3b0310b516e8b2734ede87e8ee47e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 12 Mar 2007 05:41:53 +0000 Subject: [PATCH] Remove an obsolete comment svn path=/trunk/; revision=17491 --- ChangeLog | 5 +++++ gtk/gtkbindings.c | 3 --- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index cbee89a52c..dc03e32dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-12 Matthias Clasen + + * gtk/gtkbindings.c (gtk_binding_entry_add_signal): Remove + an obsolete comment. (#402169, Xan Lopez) + 2007-03-12 Matthias Clasen * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property): diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c index 838cefffac..84f6560268 100644 --- a/gtk/gtkbindings.c +++ b/gtk/gtkbindings.c @@ -914,9 +914,6 @@ gtk_binding_entry_add_signal (GtkBindingSet *binding_set, arg->arg_type = va_arg (args, GtkType); switch (G_TYPE_FUNDAMENTAL (arg->arg_type)) { - /* for elaborated commenting about var args collection, take a look - * at gtk_arg_collect_value() in gtkargcollector.c - */ case G_TYPE_CHAR: case G_TYPE_UCHAR: case G_TYPE_INT: -- 2.30.2